home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / DEFCALL.WI$ / DEFCALL.WIZ
Text File  |  1995-08-11  |  5KB  |  68 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Set Default Caller Privileges
  3. IF iswindowup "pcANYWHERE"
  4.         Blackboard  "This Assistant will walk you through the process of configuring Default Caller privileges."
  5.         Blackboard  "During this session, your mouse cursor will be under computer control."
  6. else
  7.         RUN             "WINAW.EXE"
  8.         BlackBoard      "Welcome to Norton pcANYWHERE"
  9. endif
  10. Blackboard  "To setup a caller's privileges, the Assistant will begin by selecting 'Be A Host PC'.  Press NEXT."
  11. Clickon 0502   ;The 'Every Caller has Default Privileges' button will be selected.
  12. clickon 6220   ;Press NEXT to select Settings to configure the caller privileges.
  13. Controlsoff "Edit Caller Entry"
  14. clickon 6218   ;Press NEXT to continue.
  15. LABEL MPW   
  16. IF iswindowup "Master Password"
  17. Controlsoff "Master Password"
  18.         BlackBoard      "A Master Password has been set.  It must be entered now in order to view/modify any settings."
  19.         AcceptInto 1808 ;Please enter the Master Password now.
  20.         Clickon 0001    ;Your master password has been entered.
  21.         IF iswindowup "Error"
  22.         BlackBoard      "I'm sorry but your entry was incorrect.  Please try again.."
  23.         Clickon 0002    
  24.         Goto MPW
  25.         endif
  26. Controlsoff "Edit Caller Entry"
  27. endif
  28. Blackboard "This brings up the EDIT CALLER ENTRY window.  Press NEXT."
  29. Acceptinto 1206   ;Password:  Please enter a password for this caller.  HINT: You may want to write down the password since you will be asked to confirm it later on.
  30. BlackBoard    "Because this is the default caller menu, this password will be used by ALL remote callers."
  31. Blackboard "Press NEXT to begin setting up Advanced caller options.
  32. Controlsoff "Advanced Caller Options"
  33. clickon 4475  ;The privileges assigned in this menu will effect ALL remote callers.
  34. ;Setfocus "Advanced Caller Options"
  35. ;controls off
  36. Clickon 1416  ;Allow Special Keyboard Handler:  Some applications use function keys that require  a different level of keyboard support. 
  37. Blackboard   "Because each level requires more memory, begin with Level 1.  Press NEXT."
  38. Blackboard  "Select your option now."
  39. uncheckcontrol 1418  ;Allow Use of Ctrl+Break:  Select an option to allow callers to use these key combinations to interrupt an application.
  40. uncheckcontrol 1404  ;Allow Caller to Blank Host Screen:  Check this to grant the remote caller the ability to blank the Host screen after connecting.
  41. uncheckcontrol 1406  ;Allow Caller to Change Host Mode:  Check this box if you want this caller to be able to alter the mode in which the Host is left after the session is ended.
  42. uncheckcontrol 1408  ;Allow Caller to Reboot Host:  Check this box if you want this caller to be able to instruct the Host to reboot after the session is ended.
  43. uncheckcontrol 1410  ;Allow Caller to Upload Files:  Check this box if you want the caller to be able to copy files to the host.
  44. uncheckcontrol 1412  ;Allow Caller to Download Files:  Check this box if you want the caller to be able to copy files from the host.
  45. uncheckcontrol 1420  ;Time Allowed per Session:  If you wish to restrict this Callers' time online, set the time limit in minutes here. 
  46. uncheckcontrol 1426  ;Command to Execute:  If you wish to run a batch file or program automatically upon connection, enter the name of the file/program here.
  47. uncheckcontrol 1422  ;Caller Subject to Inactivity Timeout:  If this box is checked the caller will be disconnected after the timeout set in the 'Configure Host' menu expires.
  48. uncheckcontrol 1424  ;Save Session Statistics in Activity Log:  Check this box if you wish this caller's session to be recorded in the Hosts' activity log.
  49. Blackboard "Press NEXT to save your selections."
  50. clickon 0001         ;Your advanced caller options have been saved.
  51. Controlsoff "Confirm Password"
  52. clickon 0001    ;Your default caller entry has been saved.
  53. If iswindowup "Confirm Password"
  54. acceptinto 9402       ;Please re-enter the password given to this caller.    
  55. LABEL PASSW
  56. clickon 0001          ;The Assistant will click on OK.  
  57. IF iswindowup "Warning"
  58.         BlackBoard      "Sorry! This is not the correct password.  Please try one more time to enter the correct password."
  59.     Controlsoff "Confirm Password"
  60.     clickon 0002
  61.     acceptinto 9402   ;Please enter the password assigned to this caller.  If you have forgotten it, please Stop this script and start again.  
  62. Goto PASSW        
  63. Endif
  64. endif
  65. BlackBoard   "Default Caller privileges have now been configured."
  66. Blackboard "Goodbye"           
  67. exit
  68.